home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
rollem
/
rollem13.frm
< prev
Wrap
Text File
|
1995-05-08
|
2KB
|
76 lines
VERSION 2.00
Begin Form Form3
Caption = "How did I do"
ClientHeight = 1620
ClientLeft = 3690
ClientTop = 2895
ClientWidth = 2460
ControlBox = 0 'False
FontTransparent = 0 'False
Height = 2025
Left = 3630
LinkMode = 1 'Source
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1620
ScaleWidth = 2460
Top = 2550
Width = 2580
Begin CommandButton Command1
Caption = "OK"
Height = 375
Left = 720
TabIndex = 0
Top = 1080
Width = 975
End
Begin TextBox TXT_TextBox
Enabled = 0 'False
Height = 285
Left = 1080
TabIndex = 4
Top = 600
Width = 1095
End
Begin TextBox TXT_TextBox2
Enabled = 0 'False
Height = 285
Left = 1080
TabIndex = 3
Top = 240
Width = 1095
End
Begin Label Label2
Caption = "Losses : "
Height = 255
Left = 120
TabIndex = 2
Top = 600
Width = 855
End
Begin Label Label1
Caption = "Wins : "
Height = 375
Left = 120
TabIndex = 1
Top = 240
Width = 735
End
End
Sub Command1_Click ()
Unload form3
End Sub
Sub Picture1_Click ()
Print Str$(Wnr%)
End Sub
Sub Picture2_Click ()
Print Str$(Loss%)
End Sub